Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add cancellation overview #2855

Merged
merged 2 commits into from
Nov 23, 2023
Merged

fix: add cancellation overview #2855

merged 2 commits into from
Nov 23, 2023

Conversation

iamacook
Copy link
Member

What it solves

Partially improves #2763

How this PR fixes it

An overview of the cancellation process, as well as an info banner, has been added to the cancellation flow. All references to "skipping" a recovery attempt have been changed to "cancel".

How to test it

Ensure a recovery attempt is queued and cancel it. Observe the new overview screen, as well as tweaked text on the "New transaction" screen.

Screenshots

image

image

image

Checklist

  • I've tested the branch on mobile 📱
  • I've documented how it affects the analytics (if at all) 📊
  • I've written a unit/e2e test for it (if applicable) 🧑‍💻

@iamacook iamacook self-assigned this Nov 23, 2023
Copy link

github-actions bot commented Nov 23, 2023

Branch preview

✅ Deploy successful!

https://recovery_cancel--walletweb.review-wallet-web.5afe.dev

return (
<TxCard>
<Box display="flex" flexDirection="column" alignItems="center" p={5}>
{/* TODO: Replace with correct icon when provided */}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TanyaEfremova is aware of this as the designs were only changed yesterday.

Copy link

ESLint Summary View Full Report

Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.

Type Occurrences Fixable
Errors 0 0
Warnings 0 0
Ignored 0 N/A
  • Result: ✅ success
  • Annotations: 0 total

Report generated by eslint-plus-action

Copy link

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements
75.38% (+0% 🔼)
10663/14146
🔴 Branches 50.25% 2168/4314
🔴 Functions
58.16% (+0.02% 🔼)
1600/2751
🟡 Lines
76.86% (+0% 🔼)
9658/12565

Test suite run success

1213 tests passing in 171 suites.

Report generated by 🧪jest coverage report action from 92b54af

@iamacook iamacook merged commit ceda22e into recovery-epic Nov 23, 2023
6 of 11 checks passed
@iamacook iamacook deleted the recovery-cancel branch November 23, 2023 07:29
@github-actions github-actions bot locked and limited conversation to collaborators Nov 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants